home *** CD-ROM | disk | FTP | other *** search
- Path: news.primenet.com!ip056
- From: bkeeler@primenet.com (Bill Keeler)
- Newsgroups: comp.lang.c++
- Subject: BC++ 4.5: 16 & 32-bit targets, single source- possible?
- Date: 6 Mar 1996 12:06:01 -0700
- Organization: Primenet
- Sender: root@primenet.com
- Message-ID: <4hknmp$mu9@nnrp1.news.primenet.com>
- X-Posted-By: ip056.phx.primenet.com
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- I am using BC++ 4.52, and am developing for Win 16 & 32. I want to be able to
- compile my source for both platforms within a single project. I am trying to
- do this within the IDE. I know that there's a way to recompile the source
- at will in a makefile.
-
- The problem is that when the first (16-bit) target is created, the .obj files
- are 16-bit records, then when it's time to create the second (32-bit) target,
- the maker sees that the obj file is up-to-date, and then the linker complains
- about 16-bit records when trying to create a 32-bit target.
-
- Is there a solution other than manually builing this each time, or using
- command-line tools?
-
- Thanks,
-
- Bill
-
- ........................................................
-
- Bill Keeler: bkeeler@primenet.com
- Online PC Help - Computer Consulting, Custom Programming
-
- My opinions are ... well, what do you think?
-